
    header,
    footer {
      max-width: 1170px;
      background-color: #FFF;
    }

    header {
      background-color: #FFF;
    }

    footer {
      background-color: #FFF;
    }

    .title-holder h1 {
      font: 25px 'officina', Arial, san-serif;
      color: #314556;
    }
     
    .avatar-agripa {
      color: #314556;
      border: 1px solid #314556;
    }

    .widget-content {
      background-color: #FFF;
      font: 14px 'Segoe UI', Helvetica, Verdana, san-serif;
      color: #AAA;
    }

    .widget-content h2 {
      font: 21px 'officina', Arial, san-serif;
      color: #314556;
    }

    .widget-content h4 {
      font: 18px 'officina', Arial, san-serif;
      color: #52768e;
    }

    .widget-content h5 {
      font: 16px 'officina', Arial, san-serif;
      color: #AAA;
    }

    a:hover {
      color: #6e9fbe;
    }

        
    .event-panel .date {
      background-color: #52768e;
    }
    
    .event-body .hero .date {
      background: #52768e;
      font: 40px/48px "officina", Arial, san-serif;
    }
    
    
    .location i {
      color: #52768e;
    }


  

    html, body {
      background-color: #F4F4F4;
      line-height: 20px;
    }

    #content {
      max-width: 1170px;
    }

    #content > div > div > #main {
      max-width: -width;
    }

    #column-one {
      width: 420px;
      min-width: 420px;
    }

    #column-two {
      width: 0px;
      min-width: 0px;
    }
  